SftTree/NET 2.0

SelectedCell Property, SftTree Class

Softel vdm, Inc.

Returns the currently selected cell.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property SelectedCell As CellClass

C#   

public CellClass SelectedCell { get; }

C++   

public: property CellClass^ SelectedCell {
        CellClass^ get();
}

Property Value

The selected cell.

Comments

The SelectedCell property returns the currently selected cell.

This property is only available if single cell selection is active (SelectionStyle == SelectionStyleEnum.SingleCell).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com